home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / misc / amag / sh9301e.lha / Maxon-CPP-Demo / Include / linkerfunc.h < prev    next >
C/C++ Source or Header  |  1993-02-17  |  370b  |  20 lines

  1.  
  2. // Prototypen für Maxon C++ Linker-Spezialfunktionen
  3. // Jens Gelhar 09.06.92
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. void InitModules();     // _INIT_-Funktionen aufrufen
  10. void CleanupModules();  // _EXIT_-Funktionen
  11.  // gibt's nur bei Linken ohne Startup-Code!
  12.  
  13. void GetBaseReg();      // lädt Register A4
  14.  // Nur sinnvoll bei Small Data
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20.